Click or drag to resize

ItemAttachments Property

Contains the items or files that are attached to an item in the Exchange store.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public IList<AttachmentInfo> Attachments { get; }

Property Value

Type: IListAttachmentInfo
The attachments.
See Also